home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / SHARED.DIR / 03082_Script_PRINT LEO I < prev    next >
Text File  |  1996-04-01  |  388b  |  14 lines

  1. -- -----------------------------------------------------------
  2. -- Handler leoPrint prints from the given firstFrame to the 
  3. -- given lastFrame.
  4.  
  5. on  leoPrint firstFrame, lastFrame, fileName
  6.   --  put char 1 of the pathName into p
  7.   --  open p&":\LEOWINMV\"&fileName
  8.   -- open p&numToChar(1)&":LEOWINMV:"&fileName
  9.   -- else
  10.   printFrom firstFrame, lastFrame
  11.   -- end if
  12. end
  13.  
  14.